mscJNeuralNet.examples
Class TestRpropVsBpg

java.lang.Object
  extended bymscJNeuralNet.examples.TestRpropVsBpg

public class TestRpropVsBpg
extends java.lang.Object

Beispiel zum Vergleich der beiden Lernverfahren RProp und BackpropagationMomentum.

Created on 03.06.2004

Version:
03.06.2004
Author:
M. Serhat Cinar

Constructor Summary
TestRpropVsBpg()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRpropVsBpg

public TestRpropVsBpg()
Method Detail

main

public static void main(java.lang.String[] args)